home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / ControlStrip.idl < prev    next >
Text File  |  1996-05-01  |  3KB  |  86 lines

  1. /*
  2.      File:        ControlStrip.idl
  3.  
  4.      Contains:    Control Strip (for Powerbooks and Duos) Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __CONTROLSTRIP_IDL__
  19. #define __CONTROLSTRIP_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __TYPES_IDL__
  25. #include <Types.idl>
  26. #endif
  27. #ifndef __MENUS_IDL__
  28. #include <Menus.idl>
  29. #endif
  30. #ifndef __DIALOGS_IDL__
  31. #include <Dialogs.idl>
  32. #endif
  33.  
  34. #ifdef __SOMIDL__
  35.  
  36. /*
  37. ********************************************************************************************
  38.  
  39.     messages passed to the modules
  40.  
  41. ********************************************************************************************
  42. */
  43. /*
  44. ********************************************************************************************
  45.  
  46.     Features supported by the module.  If a bit is set, it means that feature is supported.
  47.     All undefined bits are reserved for future use by Apple, and should be set to zero.
  48.  
  49. ********************************************************************************************
  50. */
  51. /*
  52. ********************************************************************************************
  53.  
  54.     Result values returned by the sdevPeriodicTickle and sdevIconMouseClick selectors.
  55.     If a bit is set, the module can request that a specific function is performed by
  56.     the Control Strip.  A result of zero will do nothing.  All undefined bits are reserved
  57.     for future use by Apple, and should be set to zero.
  58.  
  59. ********************************************************************************************
  60. */
  61. /*
  62. ********************************************************************************************
  63.  
  64.     miscellaneous
  65.  
  66. ********************************************************************************************
  67. */
  68. /*    direction values for SBDrawBarGraph*/
  69. /*
  70. ********************************************************************************************
  71.  
  72.     utility routines to provide standard interface elements and support for common functions
  73.  
  74. ********************************************************************************************
  75. */
  76. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  77. #endif
  78. #if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
  79. #endif
  80. /* The following routines are available in Control Strip 1.2 and later. */
  81.  
  82. #endif /* __SOMIDL__ */
  83.  
  84. #endif /* __CONTROLSTRIP_IDL__ */
  85.  
  86.